HistoryStack<T> Class Methods
For a list of all members of this type, see HistoryStack<T> members.
Public Methods
| Name | Description | |
|---|---|---|
![]() | Any | Determines whether a sequence contains any elements. |
![]() | CanRedo | Reports the value indicating wether it is possible to perform the Redo operation. |
![]() | CanUndo | Reports the value indicating wether it is possible to perform the Undo operation. |
![]() | Clear | Clears history |
![]() | GetFullHistory | Returns full history of type T |
![]() | Push | Pushes a new item to HistoryStack<T> and returnt RedoStack if it wasn't empty. |
![]() | Redo | Performs the selection of the item used before the Undo operation. |
![]() | Undo | Performs the selection of the previously used item |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also

